﻿
i, em {
    font-style: normal;
}

.topWrap {
    height: 244px;
    background: url(../images/h_top_bg.jpg) no-repeat center top;
}

.topWrap .header {
    width: 1200px;
    height: 244px;
    margin: 0 auto;
    font-family: "Microsoft YaHei";
    position: relative;
}

.topWrap h5 {
    height: 34px;
    font: 12px "Microsoft YaHei";
    line-height: 34px;
    color: #a3a3a3;
}

.topWrap h5 span {
    float: right;
}

.topWrap h5 span a {
    display: inline-block;
    color: #868686;
    padding: 0 20px 0 20px;
    background: url(../images/top1.png) no-repeat left center;
}

.topWrap h5 span a:nth-child(2) {
    background: url(../images/top2.png) no-repeat left center;
}

.topWrap h5 span a:nth-child(3) {
    background: url(../images/top3.png) no-repeat left center;
}

.topWrap h1 {
    width: 604px;
    height: 117px;
    margin-top: 33px;
    float: left;
    background: url(../images/logo_line.gif) no-repeat right top;
}

.topWrap h1 img {
    display: block;
    width: 604px;
    height: 90px;
}

.topWrap h3 {
    width: 287px;
    height: 84px;
    font: 18px "Microsoft YaHei";
    color: #2c2c2c;
    float: left;
    padding: 49px 0 0 25px;
    font-weight: bold;
}

.topWrap h3 em {
    display: block;
    font: 16px "Microsoft YaHei";
    color: #2c2c2c;
    padding-top: 5px;
}

.topWrap h3 b {
    color: #0287e4;
    font-size: 24px;
}

.topWrap p {
    width: 220px;
    margin-top: 53px;
    font: 16px "Microsoft Yahei";
    color: #2c2c2c;
    background: url(../images/lx.png) no-repeat left 9px;
    padding-left: 50px;
    float: right;
}

.topWrap p em {
    display: block;
    font: 30px "Times New Roman", Times, serif;
    font-weight: bold;
    color: #222;
}

.nav {
    height: 60px;
}

.nav ul {
    padding-left: 23px;
}

.nav li {
    font-size: 16px;
    height: 60px;
    float: left;
    position: relative;
    margin-left: -32px;
}

.nav li a {
    display: inline-block;
    padding-left: 38px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    text-align: center;
    position: relative;
    z-index: 1;
}

.nav li em {
    display: inline-block;
    padding-right: 38px;
}

.nav li:before {
    content: "";
    position: absolute;
    top: 23px;
    right: 7%;
    width: 8px;
    height: 14px;
    background: url(../images/nav_line.png) no-repeat;
}

.nav li a:hover, .nav .cur a {
    background: url(../images/hover1.png) no-repeat left center;
    color: #262525;
}

.nav li a:hover em, .nav .cur em {
    background: url(../images/hover2.png) no-repeat right center;
}


.footWrap {
    background: url(../images/footer_bg.gif) repeat-x center top;
    height: 393px;
    overflow: hidden;
}

.footWrap .footer {
    width: 1200px;
    margin: 0 auto;
}

.fnav {
    width: 290px;
    height: 326px;
    overflow: hidden;
    border-right: 1px solid #1a8ad8;
    padding-left: 65px;
}

.fnav a {
    display: block;
    width: 130px;
    float: left;
    font: 14px "Microsoft YaHei";
    line-height: 36px;
    height: 36px;
    color: #96c9ed;
}

.fnav a:hover {
    font-weight: bold;
    text-decoration: underline;
    color: #fff;
}

.flink {
    width: 445px;
    height: 326px;
    overflow: hidden;
    border-right: 1px solid #1a8ad8;
}

.flink b, .fnav b {
    display: block;
    font: 24px "Microsoft YaHei";
    font-weight: bold;
    color: #fff;
    padding: 60px 0 12px;
}

.flink li {
    font: 16px "Microsoft YaHei";
    line-height: 36px;
    height: 36px;
    color: #96c9ed;
}

.flink li em {
    display: block;
    width: 23px;
    height: 23px;
    float: left;
    margin: 8px 5px 0 0;
}

.flink li em img {
    display: block;
    width: 23px;
    height: 23px;
}

.flink li:hover em img {
    -webkit-animation: hvr-buzz-out 0.75s linear;
    animation: hvr-buzz-out 0.75s linear;
}

.flink li i {
    font: 18px Arial;
    font-weight: bold;
    color: #fff;
}

.code {
    width: 370px;
    overflow: hidden;
    margin-top: 80px;
}

.code p {
    width: 170px;
    height: 170px;
    overflow: hidden;
    font: 14px "Microsoft YaHei";
    text-align: center;
    color: #7d7d7d;
}

.code p em {
    display: block;
    width: 89px;
    height: 89px;
    margin: 0 auto 10px;
    padding-top: 30px;
}

.code p em img {
    display: block;
    width: 89px;
    height: 89px;
}

.foot {
    height: 66px;
    font: 14px "Microsoft YaHei";
    line-height: 66px;
    color: #858585;
}

.foot em {
    padding: 0 5px;
}

.foot a {
    color: #858585;
}

/*animation*/
@-webkit-keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}

@keyframes hvr-buzz-out {
    10% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    20% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    30% {
        -webkit-transform: translateX(3px) rotate(2deg);
        transform: translateX(3px) rotate(2deg);
    }
    40% {
        -webkit-transform: translateX(-3px) rotate(-2deg);
        transform: translateX(-3px) rotate(-2deg);
    }
    50% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    60% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    70% {
        -webkit-transform: translateX(2px) rotate(1deg);
        transform: translateX(2px) rotate(1deg);
    }
    80% {
        -webkit-transform: translateX(-2px) rotate(-1deg);
        transform: translateX(-2px) rotate(-1deg);
    }
    90% {
        -webkit-transform: translateX(1px) rotate(0);
        transform: translateX(1px) rotate(0);
    }
    100% {
        -webkit-transform: translateX(-1px) rotate(0);
        transform: translateX(-1px) rotate(0);
    }
}


.client-2 {
    position: fixed;
    right: -170px;
    top: 50%;
    z-index: 900;
}

.client-2 li a {
    text-decoration: none;
}

.client-2 li {
    margin-top: 1px;
    clear: both;
    height: 62px;
    position: relative;
}

.client-2 li i {
    background: url(../images/fx.png) no-repeat;
    display: block;
    width: 30px;
    height: 27px;
    margin: 0px auto;
    text-align: center;
}

.client-2 li p {
    height: 20px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-align: center;
    color: #fff;
}

.client-2 .my-kefu-qq i {
    background-position: 4px 5px;
}

.client-2 .my-kefu-tel i {
    background-position: 0 -21px;
}

.client-2 .my-kefu-liuyan i {
    background-position: 4px -53px;
}

.client-2 .my-kefu-weixin i {
    background-position: -34px 4px;
}

.client-2 .my-kefu-weibo i {
    background-position: -30px -22px;
}

.client-2 .my-kefu-ftop {
    display: none;
}

.client-2 .my-kefu-ftop i {
    width: 33px;
    height: 31px;
    background-position: -23px -47px;
    background-size: 52px 82px;
}

.client-2 .my-kefu-ftop .my-kefu-main {
    padding-top: 6px;
}

.client-2 .my-kefu-left {
    float: left;
    width: 62px;
    height: 47px;
    position: relative;
}

.client-2 .my-kefu-tel-right {
    font-size: 16px;
    color: #fff;
    float: left;
    height: 24px;
    line-height: 22px;
    padding: 0 15px;
    border-left: 1px solid #fff;
    margin-top: 14px;
}

.client-2 .my-kefu-right {
    width: 20px;
}

.client-2 .my-kefu-tel-main {
    background: #0287e4;
    color: #fff;
    height: 53px;
    width: 230px;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-main {
    background: #0287e4;
    width: 97px;
    height: 53px;
    position: relative;
    padding: 9px 0 0;
    float: left;
}

.client-2 .my-kefu-weixin-pic {
    position: absolute;
    left: -130px;
    top: -24px;
    display: none;
    z-index: 333;
}

.my-kefu-weixin-pic img {
    width: 115px;
    height: 115px;
}

/*客户见证*/
.container_12 {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
}
.grid_4 {
    display:inline;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
}
.container_12 .grid_4 {
    width:570px;
}
.ic {
    border:0;
    float:right;
    background:#fff;
    color:#f00;
    width:50%;
    line-height:10px;
    font-size:10px;
    margin:-220% 0 0 0;
    overflow:hidden;
    padding:0
}

img {
    max-width: 100%;
}

h1, h2, h3, h4, h5, h6 {
    color: #474343;
    font-weight: normal;
    font-family: 'Denk One', sans-serif;
}

h4 {
    font-size: 24px;
    line-height: 40px;
    padding-top: 34px;
    margin-bottom: 34px;
}

/****Links****/


a {
    text-decoration: none;
    color: inherit;
    outline: none;
    transition: 0.5s ease;
    -o-transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
}

a:hover {
    color: #3da9b6;
}

.link1 {
    display: inline-block;
    margin-top: 16px;
    font: 24px/26px 'Dosis', sans-serif;
    color: #3b3a3a;
}
.img_inner {
    width: 570px;
    height: 340px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 25px;
}

.clear {
    float: none !important;
    clear: both;
}
.sep__2 {
    padding-top: 77px;
    border-bottom: 1px solid #d9d9d9;
}
/*End 客户见证*/
    
